home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / toy.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  146 b   |  11 lines

  1. on exitFrame
  2.   global Aframe
  3.   if Aframe = "buzzy1" then
  4.     onVis(2)
  5.   else
  6.     if Aframe = "buzzy2" then
  7.       onVis(3)
  8.     end if
  9.   end if
  10. end
  11.